NevronOpenVision
Nevron.Nov.DataStructures Namespace / INMap<TKey,TValue> Interface
Properties Methods

INMap<TKey,TValue> Interface Members

The following tables list the members exposed by INMap<TKey,TValue>.

Public Properties
 NameDescription
 PropertyGets or sets the value associated with the specified key. The getter implementation throws an exception, if item for the key does not exist. The setter implementation replaces the value, if item for the key exists.  
 PropertyGets the set of keys  
 PropertyGets the set of values  
Top
Public Methods
 NameDescription
 MethodAdds a new item with the specified key and value. Throws an exception, if item for this key already exists.  
 MethodGets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist.  
 MethodSets the value for the specified key. If key-value association already exists, the value is replaced.  
 MethodTries to get the value for the specified key.  
Top
See Also